From: Debian Science Maintainers Date: Fri, 6 May 2011 13:52:41 +0000 (+0100) Subject: tkernel-ld X-Git-Tag: archive/raspbian/7.3.0+dfsg1-4+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=acf07206489b8e652f56655abf6c2e073aaee221;p=opencascade.git tkernel-ld ros/configure.in previously set LIBS=$TCL_LIBS which added -ldl flag as a side effect This has now to be added explicitly. Gbp-Pq: Name tkernel-ld.patch --- diff --git a/ros/adm/make/TKernel/Makefile.am b/ros/adm/make/TKernel/Makefile.am index 99e327c41..bdbf2033d 100644 --- a/ros/adm/make/TKernel/Makefile.am +++ b/ros/adm/make/TKernel/Makefile.am @@ -55,7 +55,7 @@ INCLUDES = $(STLPort_INCLUDES) $(CSF_SOCKETLibs_INCLUDES) $(CSF_FPELibs_INCLUDES lib_LTLIBRARIES=libTKernel.la libTKernel_la_LIBADD = \ -$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) +$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) -ldl libTKernel_la_SOURCES = \ @top_srcdir@/drv/Dico/Dico_DictionaryOfInteger_0.cxx \